GetMenuItemFontID
NEW WITH THE APPEARANCE MANAGER
Gets a menu item's font ID.
pascal OSErr GetMenuItemFontID ( MenuHandle inMenu, SInt16 inItem, SInt16* outFontID);
inMenu
- The handle to the menu structure of the menu item for which you wish to get a font ID.
inItem
- An integer representing the item number of the menu item for which you wish to get a font ID.
outFontID
- On output, a pointer to an integer representing the font ID for the menu item.
- function result
- A result code; see "Result Codes".
SEE ALSO
"Appearance Manager Gestalt Selector Constants".